home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / system / cputest.zip / CPUTEST.TXT < prev    next >
Text File  |  1989-06-22  |  2KB  |  47 lines

  1. CPUTEST started as a utility which I could use to determine the performance
  2. of various PCs from within programs. This was required because certain TSRs
  3. I was in the process of writing were running in the background and practically
  4. 'taking over' the PC. I needed to adjust how much processing power they should
  5. utilize before taking them RAM resident. 
  6.  
  7. It was actually harder to guess clock speeds, MIPS, etc. than to write a
  8. simple benchmark program (the utility which I finally used in the TSRs runs
  9. faster, and simply gives back a value which can be compared to a known value
  10. from an original 6 mhz AT).
  11.  
  12. Many thanks to Steve Grant, who was kind enough to provide the source code
  13. to his excellent SYSID system to the public domain. I use his assembly language
  14. algorithm to determine CPU type. I feel it is superior to the Intel algorithm.
  15. I will also provide the source , assembler and TurboPascal, to this program as
  16. soon as I have enough feedback from users to allow me to put in accurate bench
  17. data for 80188,80186,V20,V30 CPUs and for faster 80286s (over 12 Mhz) and 
  18. faster 80386s (20 mhz +).
  19.  
  20. Right now, results should be pretty accurate as far as 8088,8086,80286, and
  21. 80386 processors are concerned.
  22.  
  23. Run CPUTEST on your PC and send the following information to me:
  24.  
  25. Make, Model, CPU type, clock speed, and the elapsed time for the test as
  26. displayed when it is run.
  27.  
  28. I don't believe it should take more than 17 to 18 seconds on even the
  29. slowest PC. On my fastest machine, a 20 mhz 386 with 60ns RAM, it takes
  30. 1.59 seconds.
  31.  
  32. After I have collected enough data, I will release a new version with the
  33. source code and a complete list of all the data I received with test results.
  34.  
  35. Please send to: Richard A. Bross
  36.                 P.O. Box 836
  37.                 Canton, CT 06019
  38.   
  39. Source ID TCV855
  40.  
  41. Cserve ID 72236,2002
  42.  
  43. This software is released into the public domain. It may not be sold, or
  44. distributed for any monetary renumeration other than the cost of media,
  45. shipping and handling charges. All rights reserved by the author.
  46.                   
  47.